Key Property (IExtension<T>)
Gets the identifier of the extension.
'Declaration
ReadOnly Property Key As Guid
'Usage
Dim instance As IExtension(Of T)
Dim value As Guid
value = instance.Key
Property Value
A
System.Guid value represents the extension's identifier.